README: Tweak licensing description
authorColin Walters <walters@verbum.org>
Fri, 4 May 2018 01:55:54 +0000 (21:55 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 4 May 2018 11:29:44 +0000 (11:29 +0000)
Basically it wasn't clear that the man pages and API doc
remain LGPLv2.

Closes: https://github.com/ostreedev/ostree/issues/1456
Closes: #1574
Approved by: smcv

README.md

index 485bc26da771f2d55f61fa7c6b46c8969f019c62..c54151d17ff75161eb05fb67ba7c6f6f8cc8b2ba 100644 (file)
--- a/README.md
+++ b/README.md
@@ -115,6 +115,10 @@ Licensing
 
 The licensing for the *code* of libostree can be canonically found in the individual files;
 and the overall status in the [COPYING](https://github.com/ostreedev/ostree/blob/master/COPYING)
-file in the source. Currently, that's LGPLv2+.
+file in the source.  Currently, that's LGPLv2+.  This also covers the man pages and API docs.
 
-The license for the *documentation* of libostree is: `SPDX-License-Identifier: (CC-BY-SA-3.0 OR GFDL-1.3-or-later)`
+The license for the manual documentation in the `doc/` directory is:
+`SPDX-License-Identifier: (CC-BY-SA-3.0 OR GFDL-1.3-or-later)`
+This is intended to allow use by Wikipedia and other projects.
+
+In general, files should have a `SPDX-License-Identifier` and that is canonical.